Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / Text Property

In This Topic
    Text Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the text of the control.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also